﻿2026-07-26T22:23:22.1174791Z ##[group]Run actions/checkout@v5
2026-07-26T22:23:22.1175033Z with:
2026-07-26T22:23:22.1175233Z   repository: SaberMage/spt-shell-notify
2026-07-26T22:23:22.1175476Z   path: .adapter-notify
2026-07-26T22:23:22.1177352Z   token: ***
2026-07-26T22:23:22.1177532Z   ssh-strict: true
2026-07-26T22:23:22.1177709Z   ssh-user: git
2026-07-26T22:23:22.1177890Z   persist-credentials: true
2026-07-26T22:23:22.1178091Z   clean: true
2026-07-26T22:23:22.1178263Z   sparse-checkout-cone-mode: true
2026-07-26T22:23:22.1178481Z   fetch-depth: 1
2026-07-26T22:23:22.1178649Z   fetch-tags: false
2026-07-26T22:23:22.1178834Z   show-progress: true
2026-07-26T22:23:22.1179110Z   lfs: false
2026-07-26T22:23:22.1179281Z   submodules: false
2026-07-26T22:23:22.1179469Z   set-safe-directory: true
2026-07-26T22:23:22.1179676Z   allow-unsafe-pr-checkout: false
2026-07-26T22:23:22.1179890Z env:
2026-07-26T22:23:22.1180061Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-26T22:23:22.1180291Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-26T22:23:22.1180553Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T22:23:22.1180943Z ##[endgroup]
2026-07-26T22:23:22.2883332Z Syncing repository: SaberMage/spt-shell-notify
2026-07-26T22:23:22.2885939Z ##[group]Getting Git version info
2026-07-26T22:23:22.2886406Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-26T22:23:22.2909325Z [command]/usr/bin/git version
2026-07-26T22:23:22.2944574Z git version 2.43.0
2026-07-26T22:23:22.2994821Z ##[endgroup]
2026-07-26T22:23:22.3006727Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c9424405-b070-4897-ba25-94cd29e3ad43' before making global git config changes
2026-07-26T22:23:22.3007420Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T22:23:22.3010167Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-26T22:23:22.3038294Z ##[group]Initializing the repository
2026-07-26T22:23:22.3041609Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-26T22:23:22.3069922Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-26T22:23:22.3070561Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-26T22:23:22.3071176Z hint: of your new repositories, which will suppress this warning, call:
2026-07-26T22:23:22.3071610Z hint: 
2026-07-26T22:23:22.3071932Z hint: 	git config --global init.defaultBranch <name>
2026-07-26T22:23:22.3072302Z hint: 
2026-07-26T22:23:22.3072655Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-26T22:23:22.3073212Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-26T22:23:22.3073657Z hint: 
2026-07-26T22:23:22.3073900Z hint: 	git branch -m <name>
2026-07-26T22:23:22.3074549Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-26T22:23:22.3085722Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-26T22:23:22.3111088Z ##[endgroup]
2026-07-26T22:23:22.3111649Z ##[group]Disabling automatic garbage collection
2026-07-26T22:23:22.3114239Z [command]/usr/bin/git config --local gc.auto 0
2026-07-26T22:23:22.3139644Z ##[endgroup]
2026-07-26T22:23:22.3139987Z ##[group]Setting up auth
2026-07-26T22:23:22.3145068Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T22:23:22.3171452Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-26T22:23:22.3371956Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T22:23:22.3399178Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-26T22:23:22.3584551Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T22:23:22.3611782Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T22:23:22.3795433Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T22:23:22.3827161Z ##[endgroup]
2026-07-26T22:23:22.3827562Z ##[group]Determining the default branch
2026-07-26T22:23:22.3830338Z Retrieving the default branch name
2026-07-26T22:23:22.8606219Z Default branch 'main'
2026-07-26T22:23:22.8606886Z ##[endgroup]
2026-07-26T22:23:22.8607243Z ##[group]Fetching the repository
2026-07-26T22:23:22.8610868Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-26T22:23:23.4483565Z From https://github.com/SaberMage/spt-shell-notify
2026-07-26T22:23:23.4484537Z  * [new branch]      main       -> origin/main
2026-07-26T22:23:23.4505262Z ##[endgroup]
2026-07-26T22:23:23.4505653Z ##[group]Determining the checkout info
2026-07-26T22:23:23.4507818Z ##[endgroup]
2026-07-26T22:23:23.4512687Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T22:23:23.4564664Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-26T22:23:23.4605904Z ##[group]Checking out the ref
2026-07-26T22:23:23.4610567Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-26T22:23:23.4676737Z Switched to a new branch 'main'
2026-07-26T22:23:23.4677157Z branch 'main' set up to track 'origin/main'.
2026-07-26T22:23:23.4682404Z ##[endgroup]
2026-07-26T22:23:23.4732887Z [command]/usr/bin/git log -1 --format=%H
2026-07-26T22:23:23.4766956Z ee2d37eadc730c0019e0af82d683074c509634a2
